5
5
.
.
2
2
1
1
.
.
s
s
h
h
a
a
d
d
o
o
w
w
I
I
n
n
f
f
o
o
[
[
R
R
]
]
.shadow
mod
ifier adds sha
dow to
the text.
Syntax
.
shadow
(color:
C
olor
.
black
, radi
us: 2, x:
2, y:
2)
E
E
x
x
a
a
m
m
p
p
l
l
e
e
Example
struct
ContentVi
ew
:
View
{
var
b
ody
:
s
ome
View
{
VSt
ack
{
Text
(
"E
xample"
)
.
s
hadow
(
color:
Col
or
.
bla
ck
, ra
dius:
2, x:
2, y:
2)
}
}
}
Output